Shortcodes back to Homepage

Small buttons

Small shortcode button sample Small shortcode button sample Small shortcode button sample Small shortcode button sample Small shortcode button sample Small shortcode button sample
 

Create small sized button with following shortcode. If size is not defined, then default is small.

[button background="f3b100" border="b28200" color="7e1500"]
 ...
[/button]

You can define button color by changing three HEX color settings - background, border and color (font color)

Alternatively, you can choose not to add any color settings, in whitch case button will be default white.

There is also a possibility to align your button to left or right side.

[button size="small" align="left"]
 ...
[/button]

Big buttons

Big shortcode button sample Big shortcode button sample Big shortcode button sample Big shortcode button sample Big shortcode button sample
 

You can add big size buttons. All formatting including colors & alignment mentioned above also works on big buttons.

[button size="big" align="left" background="f3b100" border="b28200" color="7e1500"]
 ...
[/button]